Click or drag to resize

ServiceAddImContactToGroup Method

Adds the im contact to group.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public Response AddImContactToGroup(
	ItemId groupId,
	ItemId contactId
)

Parameters

groupId
Type: Independentsoft.ExchangeItemId
The group identifier.
contactId
Type: Independentsoft.ExchangeItemId
The contact identifier.

Return Value

Type: Response
Response.
See Also